home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / DB_CLIPP / 0769B.ZIP / VERTMENU.DOC < prev    next >
Text File  |  1987-10-02  |  1KB  |  19 lines

  1. VERTMENU.PRG is copyrighted 1987, Gregory J. Scott, and placed into
  2. the public domain. Used with VERTMENU.DBF, a sample menu database.
  3. The program works as follows: text for the menu choices and for the
  4. menu "consequences" of each choice are contained in VERTMENU.DBF.
  5. No more than 32 records will be processed, and the last one will 
  6. always be the "exit" response. Also, if you type "Y" 
  7. The structure of the database is as follows:
  8. PROMPT    C 35  0  This is shortened to allow two columns.
  9. MESSAGE   C 78  0  This is short enough to fit on the screen.
  10. DOPROC    C  1  0  This is a test field to call a proc named
  11.                    after the menu option number.
  12. COMMAND1  C 80  0  These are five commands. There is no reason you
  13. COMMAND2  C 80  0  could not add more, or make them longer, if you
  14. COMMAND3  C 80  0  wanted to do so.
  15. COMMAND4  C 80  0
  16. COMMAND5  C 80  0
  17. The program itself is fairly heavily commented.
  18. VERTMOUT.PRG is an the code generated by VERTMENU.EXE using
  19. VERTMENU.DBF